home *** CD-ROM | disk | FTP | other *** search
/ PC World Komputer 2010 April / PCWorld0410.iso / pluginy Firefox / 3863 / 3863.xpi / samples / Macros / Demo-SlideShow.iim < prev    next >
Text File  |  2010-01-25  |  732b  |  23 lines

  1. ∩╗┐VERSION BUILD=304809 
  2. '
  3. 'Press LOOP to start this macro
  4. '
  5. 'Remove the URL command to make this
  6. ' an UNIVERSAL Slide Show Macro! 
  7. TAB T=1     
  8. TAB CLOSEALLOTHERS  
  9. URL GOTO=http://www.iopus.com/imacros/demo/v6/images   
  10. 'You can *start* the loop at another value with SET !LOOP. The default start value is 1.
  11. 'Since the SET !LOOP command sets a START value, it works only at the first loop.
  12. 'SET !LOOP 2
  13. TAG POS={{!loop}} TYPE=A ATTR=HREF:http://*.jpg  
  14. 'Enable the SAVEAS command if you want to save the pictures
  15. 'SAVEAS TYPE=CPL
  16.  
  17. 'Give the user time to press PAUSE 
  18. WAIT SECONDS=3
  19.  
  20. 'Go back to start page
  21. 'Use !urlstart if you removed the URL GOTO= command at the top of the macro
  22. 'URL GOTO={{!urlstart}} 
  23.